docs: Fix GtkSettings property stanzas
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 1 Sep 2015 22:46:40 +0000 (23:46 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 1 Sep 2015 22:46:40 +0000 (23:46 +0100)
Otherwise gtk-button-images and gtk-menu-images will not be recognised
as properties.

https://bugzilla.gnome.org/show_bug.cgi?id=754421

gtk/gtksettings.c

index 1f75dff2ee2c550673c46b663119d99c4543ba56..1d2166ad83e161efffd68cf19b94ec55ca43a8b5 100644 (file)
@@ -1311,7 +1311,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
   g_assert (result == PROP_APPLICATION_PREFER_DARK_THEME);
 
   /**
-   * GtkSettings::gtk-button-images:
+   * GtkSettings:gtk-button-images:
    *
    * Whether images should be shown on buttons
    *
@@ -1361,7 +1361,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
   g_assert (result == PROP_ENTRY_PASSWORD_HINT_TIMEOUT);
 
   /**
-   * GtkSettings::gtk-menu-images:
+   * GtkSettings:gtk-menu-images:
    *
    * Whether images should be shown in menu items
    *